.set-img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 108px;
    padding-bottom: 100px;
}
.set-img-teacher {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.teacher {
    font-size: 16px;
    color: #343434;
    line-height: 50px;
    text-indent: 2em;

}

/* 研发团队 */
.rd-title {
    color: #0F35F2;
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
}

.rd-content {
    color: #343434;
    font-size: 24px;
    line-height: 60px;
}

.leader-speech {
    background: url('/src/assets/images/ts-teacher/ts-admin.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    position: relative;

}

.vertical-line {
    width: 6px;
    height: 50px;
    background: #F6F7FB;
    border: 1px solid #FDF5F5;
    margin-right: 10px;
}

.leader-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 6%;
    bottom: 10%;
}

.leader-left-content {
    color: #F6F7FB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.leader-name {
    font-size: 28px;
    font-weight: bold;

}

.leader-right {
    width:320px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    /* font-size: 18px; */
    color: #343434;
    line-height: 36px;
    text-indent: 2em;
    position: absolute;
    top: 24%;
    right: 8%;
}